@media screen and (max-width: 1500px) {
    .iconfont {
        font-size: 20px;
    }
    body {
        padding-top: 65px;
        font-size: 15px;
    }
    .full-content,
    .cross-content {
        padding-left: 48px;
        padding-right: 48px;
    }
    .cross-content {
        margin-left: -48px;
        margin-right: -48px;
    }
    .spacing-top {
        padding-top: 48px;
    }
    .spacing-bottom {
        padding-bottom: 48px;
    }
    .spacing {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .title {
        font-size: 36px;
        margin-bottom: 24px;
    }
    .title-small {
        font-size: 20px;
    }
    .nav {
        padding: 0 48px;
        font-size: 100%;
    }
    .nav .fr .menu:before {
        width: 20px;
        height: 16px;
        margin: -2px 6px 0 0;
    }
    .nav .fr .channel {
        width: 140px;
        height: 32px;
        line-height: 32px;
    }
    .nav .fr .channel .iconfont {
        font-size: 100%;
    }
    .nav.top {
        height: 64px;
        line-height: 64px;
        text-align: center;
    }
    .nav.top img {
        max-height: 50px;
    }
    .nav-panel .content .item {
        margin: 0 42px;
        font-size: 16px;
    }
    .nav-panel .content .item .option {
        margin-bottom: 36px;
    }
    .nav-panel .content .item .option a {
        margin-top: 24px;
    }
    .nav-panel .bottom .left .item {
        margin-right: 36px;
    }
    .nav-panel .bottom .left .iconfont {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .nav-panel .bottom .right .item {
        margin-left: 36px;
    }
    .nav-panel .bottom .right .iconfont {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-left: 12px;
    }
    .home-product .left,
    .home-product .right {
        font-size: 15px;
    }
    .home-product .right .swiper-button-next,
    .home-product .right .swiper-button-prev {
        width: 50px;
        height: 50px;
    }
    .home-product .right .swiper-button-next:after,
    .home-product .right .swiper-button-prev:after {
        font-size: 20px;
    }
    .home-case .more-case {
        margin: 50px auto 0;
        width: 480px;
        height: 56px;
        line-height: 56px;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content {
        padding: 24px 6%;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .news-title {
        font-size: 112.5%;
        height: 54px;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .detail {
        height: 48px;
        margin: 16px 0;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .time {
        font-size: 85%;
    }
    .home-news .swiper .col-2 .col-2-item:first-child .col-2-content .content {
        top: 86%;
    }
    .home-news .swiper .col-2 .col-2-item:first-child .cover-img {
        height: 72%;
    }
    .home-news .swiper .col-2 .col-2-item:hover .col-2-content {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
    .home-news .swiper .col-2 .col-2-item:hover .col-2-content.active {
        pointer-events: unset;
        visibility: visible;
        opacity: 1;
    }
    .home-news .swiper .col-2 .col-2-item:hover .col-2-content.active .detail {
        color: #fff;
    }
    @keyframes clip {
        0% {
            clip: rect(0, 26px, 26px, 14px);
            opacity: 1;
        }
        100% {
            clip: auto;
            opacity: 1;
        }
    }
    @keyframes before {
        0% {
            transform: rotate(-45deg);
        }
        50% {
            transform: rotate(135deg);
        }
        100% {
            transform: rotate(135deg);
        }
    }
    @keyframes after {
        0% {
            transform: rotate(-45deg);
        }
        50% {
            transform: rotate(135deg);
        }
        100% {
            transform: rotate(310deg);
        }
    }
    @keyframes emptyAnimate {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    .home-technology .col-3 .bg .toggle {
        width: 64px;
        top: 25%;
        height: 30px;
    }
    .home-technology .col-3 .bg .toggle .button {
        width: 30px;
    }
    .home-technology .col-3 .bg .toggle input:checked ~ .button {
        margin-left: 34px;
    }
    .footer .top img {
        max-height: 50px;
    }
    .footer .language {
        /*width: 100px;*/
        height: 40px;
        line-height: 40px;
        margin-left: 50px;
    }
    .footer .language .icon-down {
        margin-top: -4px;
        font-size: 12px!important;
        right: 16px;
    }
    .footer .to-top {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .footer .list {
        margin: 36px 0;
    }
    .footer .list li {
        /*margin-right: 48px;*/
    }
    .footer .footer-contact a.middle .big {
        font-size: 24px;
    }
    .footer .footer-contact a.fr {
        width: 150px;
        height: 42px;
        line-height: 42px;
    }
    .footer .bottom {
        margin-top: 48px;
        padding: 36px 0;
    }
    .footer .bottom span {
        font-size: 14px;
    }
    .product-list .col-3 .col-item-content .text {
        font-size: 18px;
    }
    .product-content {
        height: 450px;
    }
    .product-content .left .detail {
        margin-top: 24px;
        max-height: 148px;
    }
    .product-content .left .channel .iconfont {
        margin: 12px 12px 0 0;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .product-content .center {
        width: 450px;
    }
    .product-content .center .swiper-top {
        top: 100px;
        height: 240px;
    }
    .product-content .center .swiper-top,
    .product-content .center .swiper-bottom {
        width: 240px;
    }
    .product-content .center .swiper-bottom .content {
        height: 73px;
    }
    .product-content .center .swiper-button-next,
    .product-content .center .swiper-button-prev {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        bottom: 16px;
        width: 40px;
        height: 40px;
    }
    .product-content .center .swiper-button-next {
        right: 16px;
    }
    .product-content .center .swiper-button-prev {
        left: 16px;
    }
    .product-content .right .col-item .col-content {
        font-size: 14px;
    }
    .product-content .right .col-item .col-content .cover-img {
        width: 36px;
    }
    .case-list .col-2 .item .col-content .left .content .title-small {
        height: 53px;
    }
    .case-list .col-2 .item .col-content .left .content .line {
        margin: 24px 0;
    }
    .case-list .col-2 .item .col-content .left .content .row {
        margin: 4px 0;
    }
    .case-list .col-2 .item .col-content .left .content .more {
        margin-top: 36px;
    }
    .case-list .col-2 .item .col-content .cover-img .iconfont {
        width: 48px;
        height: 48px;
        line-height: 48px;
        margin: -24px;
    }
    .case-detail .top .flex .left .item {
        margin-right: 36px;
    }
    .case-detail .top .flex .right .iconfont {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .case-detail .container .right .title-small {
        padding: 16px 28px;
    }
    .case-detail .container .right ul li {
        padding: 0 28px;
    }
    .case-detail .container .right ul li a {
        padding: 16px 0;
        height: 42px;
        line-height: 42px;
        padding-left: 48px;
        font-size: 16px;
    }
    .case-detail .container .right ul li a .contain-img {
        width: 42px;
        height: 42px;
        top: 16px;
    }
    .case-detail .bottom .clear {
        padding: 24px 0;
    }
    .news-list .col-3 .col-3-item .col-item-content {
        padding: 32px;
    }
    .news-list .col-3 .col-3-item .col-item-content .title-small {
        height: 53px;
        margin: 24px auto;
    }
    .news-list .col-3 .col-3-item .col-item-content .desc {
        height: 48px;
        margin: -8px auto 24px;
    }
    .news-top a .middle.right .content {
        font-size: 15px;
    }
    .contact-us .content .item {
        margin-right: 5%;
    }
    .contact-us .content .item .fl {
        margin-right: 24px;
    }
    .contact-us .spacing-bottom {
        padding-bottom: 10%;
    }
    .contact-map .spacing-top {
        padding-top: 10%;
    }
    #map {
        height: 500px;
    }
    #map .BMapLabel .content {
        font-size: 20px;
        height: 48px;
        line-height: 48px;
        padding: 0 16px;
    }
}
@media screen and (max-width: 1200px) {
    body {
        font-size: 14px;
    }
    .iconfont {
        font-size: 16px;
    }
    .full-content,
    .cross-content {
        padding-left: 36px;
        padding-right: 36px;
    }
    .cross-content {
        margin-left: -36px;
        margin-right: -36px;
    }
    .spacing-top {
        padding-top: 36px;
    }
    .spacing-bottom {
        padding-bottom: 36px;
    }
    .spacing {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .title-small {
        font-size: 18px;
    }
    .default-link {
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
    .nav {
        padding: 0 36px;
    }
    .nav.container .navbar .item {
        margin-right: 24px;
    }
    .nav-panel .content .item {
        margin: 0 36px;
        font-size: 14px;
    }
    .nav-panel .content .item .option {
        margin-bottom: 24px;
    }
    .nav-panel .content .item .option a {
        margin-top: 20px;
    }
    .nav-panel .bottom .left .item {
        margin-right: 24px;
    }
    .nav-panel .bottom .left .iconfont {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .nav-panel .bottom .right .item {
        margin-left: 24px;
    }
    .nav-panel .bottom .right .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin-left: 8px;
    }
    .banner .swiper .placeholder {
        max-width: 500px;
    }
    .home-feature .title-small .cover-img {
        vertical-align: middle;
        display: inline-block;
        width: 24px;
    }
    .home-product .left,
    .home-product .right {
        font-size: 14px;
    }
    .home-product .right .swiper-button-next,
    .home-product .right .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
    .home-product .right .swiper-button-next:after,
    .home-product .right .swiper-button-prev:after {
        font-size: 18px;
    }
    .home-case .more-case {
        margin: 36px auto 0;
        width: 360px;
        height: 48px;
        line-height: 48px;
    }
    .home-scheme .tab-option {
        margin-bottom: 20px;
    }
    .home-technology .col-3 .bg .toggle {
        width: 52px;
        top: 30%;
        height: 28px;
    }
    .home-technology .col-3 .bg .toggle .button {
        width: 28px;
    }
    .home-technology .col-3 .bg .toggle input:checked ~ .button {
        margin-left: 24px;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .news-title {
        height: 50px;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .detail {
        height: 44px;
        margin: 20px 0;
    }
    .footer .list li {
        /*margin-right: 24px;*/
    }
    .footer .wechat .middle,
    .footer .list li .fl{
        max-width: 90px;
    }
    .footer .list li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .footer .bottom {
        padding: 24px 0;
    }
    
    .product-list .col-3 .col-item-content .text {
        font-size: 16px;
    }
    .product-detail-title {
        line-height: 80px;
    }
    .case-list .col-2 .item .col-content .left .content .title-small {
        height: 48px;
    }
    .case-list .col-2 .item .col-content .cover-img .iconfont {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: -20px;
    }
    .case-detail .container .detail-content {
        margin-right: 360px;
    }
    .case-detail .container .right {
        width: 300px;
    }
    
    .case-detail .container .right ul li a {
        font-size: 14px;
    }
    .news-list .col-3 .col-3-item .col-item-content {
        padding: 24px;
    }
    .news-list .col-3 .col-3-item .col-item-content .title-small {
        height: 48px;
        margin: 16px auto;
    }
    .news-list .col-3 .col-3-item .col-item-content .desc {
        height: 45px;
        margin: 0 auto 16px;
    }
    .news-top a .middle.right .content {
        font-size: 14px;
    }
    .stores .item.right form {
        font-size: 16px;
    }
    .stores .item.right form .clear {
        line-height: 42px;
    }
    .stores .item.right form .clear .right {
        
        
        margin-bottom: 16px;
    }
    .stores .item.right form .clear .put-box{
        padding: 0 12px;
        height: 40px;
        line-height: 40px;
    }
    .stores .item.right form .clear .select:before {
        right: 24px;
        margin-top: -8px;
    }
    .product-content .left .detail{
        max-height: 140px;
    }
}
@media screen and (min-width: 1000px) {
    .footer .wechat .wx-show-mb{
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .full-content,
    .cross-content {
        padding-left: 24px;
        padding-right: 24px;
    }
    body {
        padding-top: 57px;
    }
    .cross-content {
        margin-left: -24px;
        margin-right: -24px;
    }
    .spacing-top {
        padding-top: 24px;
    }
    .spacing-bottom {
        padding-bottom: 24px;
    }
    .spacing {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .nav {
        padding: 0 24px;
    }
    .nav .fr .menu:before {
        width: 18px;
        height: 14px;
    }
    .nav.top {
        height: 56px;
        line-height: 56px;
    }
    .nav.container .navbar .item {
        margin-right: 16px;
    }
    .title {
        font-size: 23px;
        margin-bottom: 12px;
    }
    .title-small {
        font-size: 16px;
    }
    .nav-panel .content .item {
        margin: 0 20px;
        font-size: 14px;
    }
    .nav-panel .content .item .option {
        font-size: 130%;
    }
    .nav-panel .bottom {
        height: 230px;
    }
    .nav-panel .bottom .item {
        display: block;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .nav-panel .bottom .iconfont {
        font-size: 14px;
    }
    .nav-panel .bottom .left .item {
        margin-right: 16px;
    }
    .nav-panel .bottom .left .item>span{
        width: 28px;
        overflow: hidden;
        white-space: nowrap;
    }
    .nav-panel .bottom .right .item .iconfont{
        font-size: 12px;
    }
    .nav-panel .bottom .left .iconfont {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .nav-panel .bottom .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 172px;
    }
    .nav-panel .bottom .right .item {
        margin: 0;
        order: 3;
    }
    .nav-panel .bottom .right .iconfont {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-left: 6px;
    }
    .nav-panel .bottom .right .wechat {
        order: 2;
        text-align: center;
    }
    .nav-panel .bottom .right .wechat .middle {
        display: block;
        margin: 12px auto;
    }
    .home-product .right .swiper-button-next,
    .home-product .right .swiper-button-prev {
        width: 36px;
        height: 36px;
    }
    .home-product .right .swiper-button-next:after,
    .home-product .right .swiper-button-prev:after {
        font-size: 16px;
    }
    .home-technology .col-3 {
        font-size: 12px;
    }
    .home-technology .col-3 .bg .toggle {
        width: 40px;
        top: 34%;
        height: 22px;
    }
    .home-technology .col-3 .bg .toggle .button {
        width: 22px;
    }
    .home-technology .col-3 .bg .toggle input:checked ~ .button {
        margin-left: 18px;
    }
    .footer .language {
        margin-top: 6px;
    }
    .footer .list {
        display: none;
    }
    .footer .wechat {
        position: static;
        margin: 24px auto;
    }
    .footer .wechat .middle{
        max-width: 80px;
        margin-right: 12px;
    }
    .footer .wechat .middle:last-child{
        margin-right: 0;
    }
    .footer .wechat img {
        margin: 0 auto;
    }
    .page-point .container {
        font-size: 12px;
    }
    .page-point .container .fl .middle {
        margin-right: 12px;
    }
    .page-point .container .fr {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50%;
    }
    .product-content {
        height: auto;
    }
    .product-content .inset-content,
    .product-content .left {
        height: auto;
    }
    .product-content .left {
        margin-right: 0;
        max-width: none;
    }
    .product-content .left .detail {
        max-height: none;
    }
    .product-content .left .channel {
        position: static;
        margin-top: 24px;
    }
    .product-content .left .channel .iconfont {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .product-content .center {
        position: relative;
        width: auto;
        margin: 36px auto;
        left: 0;
        max-width: 282px;
    }
    .product-content .center .swiper-top,
    .product-content .center .swiper-bottom {
        position: relative;
        width: 200px;
    }
    .product-content .center .swiper-top {
        top: 0;
        height: 200px;
        margin-bottom: 24px;
    }
    .product-content .center .swiper-bottom .content {
        height: 56px;
    }
    .product-content .center .swiper-bottom .content .contain-img:after {
        width: 36px;
        height: 36px;
        line-height: 36px;
        left: -18px;
        bottom: -18px;
    }
    .product-content .center .swiper-button-next,
    .product-content .center .swiper-button-prev {
        bottom: 10px;
        width: 36px;
        height: 36px;
    }
    .product-content .center .swiper-button-next:after,
    .product-content .center .swiper-button-prev:after {
        font-size: 12px;
    }
    .product-content .center .swiper-button-next {
        right: 0;
    }
    .product-content .center .swiper-button-prev {
        left: 0;
    }
    .product-content .right {
        position: relative;
        width: auto;
        margin: 0 -22px 0 -16px;
    }
    .product-content .right .col-item {
        float: left;
        width: 20%;
    }
    .product-content .right .col-item .col-content {
        margin-right: 6px;
        padding: 12px 4px;
        position: static;
        display: block;
        text-align: center;
        font-size: 12px;
    }
    .product-content .right .col-item .col-content .cover-img {
        width: 24px;
    }
    .product-content .right .col-item .col-content .middle {
        display: block;
    }
    .product-content .right .col-item .col-content .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .case-list .col-2 .item .col-content .left .content .title-small {
        height: 44px;
    }
    .case-list .col-2 .item .col-content .left .content .row,
    .case-list .col-2 .item .col-content .left .content .more {
        font-size: 12px;
    }
    .case-detail .top .title .text {
        text-align: center;
    }
    .case-detail .top .flex {
        text-align: center;
        display: block;
    }
    .case-detail .top .flex .left {
        margin-top: 36px;
    }
    .case-detail .top .flex .left .item {
        margin-right: 0;
        padding: 0 12px;
        font-size: 12px;
    }
    .case-detail .top .flex .right {
        margin-top: 24px;
    }
    .case-detail .container .detail-content {
        margin-right: 280px;
    }
    .case-detail .container .right {
        width: 240px;
    }
    .case-detail .container .right .title-small {
        padding: 12px 16px;
    }
    .case-detail .container .right ul li {
        padding: 0 16px;
    }
    .case-detail .container .right ul li a {
        padding: 12px 0 12px 48px;
    }
    .case-detail .container .right ul li a .cover-img {
        top: 12px;
    }
    .news-list .col-3 .col-3-item .col-item-content {
        padding: 16px;
    }
    .news-list .col-3 .col-3-item .col-item-content .title-small {
        height: 44px;
    }
    .news-top a .middle.right .content .more .pagination {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .news-top a .middle.right .content .more .pagination:after {
        border-width: 1px;
    }
    .news-top .swiper-slide-active .test {
        animation-name: clip3;
    }
    .news-top .swiper-slide-active .test,
    .news-top .swiper-slide-active .test:after,
    .news-top .swiper-slide-active .test:before {
        border-width: 1px;
    }
    .news-top .swiper-slide-active .test:after,
    .news-top .swiper-slide-active .test:before {
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
    }
    @keyframes clip3 {
        0% {
            clip: rect(0, 48px, 48px, 24px);
        }
        100% {
            clip: auto;
        }
    }
    .company-intru .title-small .middle {
        font-size: 100%;
    }
    .contact-us .inset-content {
        max-width: 750px;
    }
     .contact-us .content{
        display: block;
    }
    .contact-us .content .item {
        display: block;
        margin: 36px auto 0;
        width: auto;
    }
    .contact-us .content .item .value{
        height: auto;
    }
    .contact-us .content .item .name {
        font-size: 112.5%;
        margin-bottom: 12px;
    }
    .contact-us .content .item .name .iconfont {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .contact-us .content .item .line {
        margin: 24px auto;
    }
    .contact-us .content .item .fl {
        margin: 0 12px;
        display: inline-block;
        float: none;
    }
    .contact-us .content .item:last-child {
        text-align: center;
    }
    .contact-us .spacing-bottom {
        padding-bottom: 0;
    }
    .contact-map .spacing-top {
        padding-top: 0;
    }
    .contact-map .method {
        position: static;
        padding: 0;
        margin-bottom: 48px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .contact-map .method .col-3 {
        margin-right: 0;
    }
    .contact-map .method .col-3 .col-3-item {
        float: none;
        width: auto;
    }
    .contact-map .method .col-3 .col-3-item .col-item-content {
        margin-right: 0;
        padding: 24px 0;
        font-size: 100%;
        margin-bottom: 24px;
    }
    .contact-map .method .col-3 .col-3-item .col-item-content .name {
        margin-bottom: 6px;
    }
    .contact-map .method .col-3 .col-3-item .col-item-content .name .cover-img {
        width: 24px;
        margin-right: 0;
    }
    #map {
        height: 400px;
    }
    #map .BMapLabel .content {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
    }
    .product-slide .body-content .clear .col-item .col-content .text{
        height: 32px;
    }
}
@media screen and (min-width: 768px) {
    .product-slide .body-content .clear .col-item{
        position: relative;
    }
    .product-slide .body-content .clear .col-item .nav-slide{
        position: absolute;
        left: 0;
        right: 12px;
        top: 100%;
        padding: 12px;
        line-height: 1.5;
        text-align: center;
        background-color: #0cadb1;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .product-slide .body-content .clear .col-item .nav-slide:empty{
        display: none;
    }
    .product-slide .body-content .clear .col-item .nav-slide a{
        display: block;
        margin: 4px 0;
        color: #fff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-size: 87.5%;
        border-radius: 4px;
    }
    .product-slide .body-content .clear .col-item .nav-slide a:hover,
    .product-slide .body-content .clear .col-item .nav-slide a.active{
        background-color: #fff;
        color: #0cadb1;
    }
    .product-slide .body-content .clear .col-item:hover .nav-slide{
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }
    .product-slide .page-point.container{
        display: none;
    }
}
@media screen and (max-width: 768px) and (max-height:580px) {
    .nav-panel .content {
        line-height: 1.4;
    }
    .nav-panel .content .item .option{
        margin-bottom: 0;
    }
    .nav-panel .content .item .option a{
        margin-top: 12px;
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    
    .nav.top .fr .channel{
        opacity: 1;
        width: 106px;
        visibility: visible;
        pointer-events: unset;
    }
    .nav .fr .middle{
        margin-left: 6px;
    }
    .nav .fr{
        font-size: 12px;
    }
    .nav .fr .iconfont{
        font-size: 14px;
        
    }
    .nav .fr .menu{
        margin-top: 3px;
        line-height: 14px;
    }
    .nav .fr .menu::before {
      margin: -2px 2px 0 0;
    }
    .nav .fr .middle span.middle{
        margin-left: 0;
    }
    .nav .fr .middle span.middle:not(.iconfont){
        text-indent: -4px;
    }
    .full-content,
    .cross-content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .cross-content {
        margin-left: -16px;
        margin-right: -16px;
    }
    .spacing-top {
        padding-top: 32px;
    }
    .spacing-bottom {
        padding-bottom: 32px;
    }
    .spacing {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .title {
        /*font-size: 20px;*/
        margin-bottom: 16px;
    }
    .default-link {
        font-size: 12px;
        width: 80px;
        height: 32px;
        line-height: 32px;
    }
    .col-3 {
        margin-right: 0;
    }
    .col-3 .col-3-item {
        float: none;
        width: auto;
        display: block;
    }
    .col-3 .col-3-item .col-3-content {
        margin-right: 0;
    }
    .nav {
        padding: 0 16px;
    }

    .nav.top .logo {
        float: left;
        height: 70%;
    }
    .nav.top .logo img {
        max-height: 48px;
        max-width: 94px;
    }
    .nav.container ,
    .banner .swiper .video-content~.placeholder{
        display: none;
    }
    .banner .swiper .placeholder{
        max-width: none;
    }
    .banner .swiper .placeholder:after{
        padding-top: 56.25%;
    }
    .nav-panel {
        padding: 16px;
    }
    .nav-panel .footer .close{
        font-size: 12px;
    }
    .nav-panel .footer label {
        margin-left: 12px;
        padding: 0 6px 0 8px;
        margin-top: 0;
        width: auto;
    }
    .nav-panel .content {
        top: 10%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
   
    .nav-panel .content .item {
        text-align: center;
        display: block;
        font-size: 12px;
    }
    .nav-panel .content .item .nav-slide {
        display: none;
    }
    .nav-panel .bottom .body-content {
        left: 16px;
        right: 16px;
    }
    .banner .full-content{
        top: 50%;
        
        bottom: 0;
    }
    .banner .full-content .body-content{
        height: 100%;
    }
    .banner .swiper .video-content{
        position: static;
    }
   .banner .swiper .compatibleStyle{
       display: block;
   }
    .banner .full-content .more,
    .banner .full-content .content {
        display: none;
    }
    .banner .full-content .title{
        margin-bottom: 0;
        transform: translateY(-50%);
    }
    
    .banner .full-content .swiper-pagination {
        right: 0;
        bottom: 16px;
        text-align: center;
    }
    .banner .full-content .swiper-pagination .swiper-pagination-bullet {
        margin: 0 8px;
    }
    .home-feature .title-small .cover-img {
        width: 18px;
    }
    .home-feature .placeholder:after {
        padding-top: 80%;
    }
    .home-product .left,
    .home-product .right {
        float: none;
        width: auto;
        display: block;
    }
    .home-product .left {
        margin-top: 24px;
        margin-right: 0;
        padding: 0 15%;
    }
    .home-product .left .swiper {
        max-width: 100%;
        margin-left: auto;
    }
    .home-product .left .swiper .content .wave:before,
    .home-product .left .swiper .content .wave:after {
        padding-top: 100%;
    }
    .home-product .left .swiper .content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 12px;
        padding: 24% 0 16%;
    }
    .home-product .left .swiper-pagination {
        width: 4%;
        margin-left: 0;
        left: 113%;
    }
    .home-product .left .swiper-pagination .swiper-pagination-bullet {
        width: 100%;
        height: auto;
    }
    .home-product .left .swiper-pagination .swiper-pagination-bullet:after {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .home-product .right {
        font-size: 12px;
        margin: 36px auto;
    }
    .home-product .right .swiper-button-next,
    .home-product .right .swiper-button-prev {
        display: none;
    }
    .home-product .right .container {
        width: auto;
    }
    .home-product .right p {
        margin: 12px auto 16px;
    }
    .home-product .main .bg {
        left: 0;
    }
    .home-product .main .bg .dot {
        background-position: 0 0, 10px 10px;
        -webkit-background-size: 8px 8px;
        -moz-background-size: 8px 8px;
        background-size: 8px 8px;
    }
    .home-technology .col-3 .col-3-item {
        /*display: none;*/
        
        font-size: 12px;
    }
    .home-technology .col-3 .col-3-content {
        /*display: block;*/
        margin-top: 0;
    }
    .home-technology .swiper-pagination{
        position: static;
        margin: 16px auto 0;
    }
    .home-technology .swiper-pagination .swiper-pagination-bullet{
        background-color: #fff;
    }
    .home-technology .col-3 .bg .toggle {
        top: 30%;
    }
    .home-technology .col-3 .bg .swiper .swiper-slide:after {
        height: 4px;
    }
    .home-case .cover-img {
        padding-top: 60%;
    }
    .home-case .cover-img a {
        padding: 6% 4%;
    }
    .home-case .cover-img a .detail {
        -webkit-line-clamp: 2;
        font-size: 12px;
        height: 38px;
    }
    .home-case .more-case {
        margin: 24px auto 0;
        width: 50%;
        height: 36px;
        line-height: 36px;
    }
    .home-scheme .tab-option {
        font-size: 0;
    }
    .home-scheme .tab-option .item {
        font-size: 12px;
        line-height: 24px;
        padding: 0 16px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .home-scheme .tab-content {
        margin: 0 -16px;
    }
    .home-scheme .tab-content .item .list {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: auto;
    }
    .home-scheme .tab-content .item .list .box {
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: auto;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        font-size: 0;
    }
    .home-scheme .tab-content .item .list .box li {
        display: inline-block;
        font-size: 12px;
        width: 50%;
        padding: 12px;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .home-scheme .tab-content .item .list .box li .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
    .home-scheme .tab-content .item .list .box::-webkit-scrollbar {
        height: 2px;
    }
    .home-scheme .tab-content .item .list .more-case {
        width: 80%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin: 16px auto;
    }
    .home-scheme .tab-content .item > .cover-img {
        padding-top: 420px;
    }
    .home-news .swiper {
        margin-top: 24px;
    }
    .home-news .swiper .col-2 .col-2-item {
        margin: 0 4% 16px 0;
        width: 48%;
        float: left;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content {
        padding: 60% 6% 12px;
        margin-top: 0;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .cover-img {
        width: auto;
        right: 0;
        padding-top: 60%;
        bottom: auto;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content {
        margin-left: 0;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .news-title {
        font-size: 14px;
        margin: 12px auto;
        height: auto;
        -webkit-line-clamp: 1;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .detail {
        height: auto;
        margin: 12px auto;
        font-size: 12px;
    }
    .home-news .swiper .col-2 .col-2-item .col-2-content .content .time {
        font-size: 12px;
    }
    .home-news .swiper .col-2 .col-2-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .home-news .swiper .col-2 .col-2-item:first-child {
        width: 48%;
        position: static;
    }
    .home-news .swiper .col-2 .col-2-item:first-child .col-2-content {
        padding: 60% 6% 12px;
    }
    .home-news .swiper .col-2 .col-2-item:first-child .col-2-content .cover-img {
        height: auto;
        padding-top: 60%;
    }
    .home-news .swiper .col-2 .col-2-item:first-child .col-2-content .content {
        position: static;
        margin-left: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .home-news .swiper .col-2 .col-2-item:first-child .col-2-content .content .news-title {
        font-size: 14px;
        margin: 12px auto;
        height: auto;
    }
    .home-news .swiper .col-2 .col-2-item:first-child .col-2-content .content .detail {
        height: auto;
        margin: 12px auto;
        font-size: 12px;
    }
    .home-news .swiper .col-2 .col-2-item:first-child .col-2-content .content .time {
        font-size: 12px;
    }
    .home-news .swiper .swiper-pagination {
        margin-top: 24px;
    }
    .home-news .swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 12px;
    }
    .footer .top a.middle {
        max-width: 40%;
    }
    .footer .blogroll {
        width: 200px;
        float: none;
        margin: 24px auto 0;
        display: block;
    }
    .footer .blogroll .iconfont{
        margin-left: 86px;
    }
    .footer .language {
        /*width: 80px;*/
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        margin-top: 8px;
        margin-left: 8px;
        float: right;
    }
    .footer .language .iconfont {
        font-size: 16px;
    }
    .footer .language .icon-down {
        right: 12px;
        font-size: 12px!important;
    }
    .footer .list {
        display: none;
    }
    .footer .wechat {
        position: static;
        text-align: center;
        margin: 24px auto;
    }
    .footer .wechat img {
        margin: 0 auto;
    }
    .footer .footer-contact .fl {
        float: none;
        width: auto;
        display: block;
    }
    .footer .footer-contact a.middle .big {
        font-size: 20px;
    }
    .footer .footer-contact a.fr {
        float: none;
        width: auto;
        display: block;
        width: 60%;
        height: 42px;
        line-height: 42px;
        margin: 24px auto;
        clear: both;
    }
    .footer .bottom {
        margin: 0 -16px;
        padding: 24px 16px;
        text-align: center;
    }
    .footer .bottom .middle {
        display: block;
        font-size: 12px;
    }
    
    .product-slide {
        margin: 0 -16px;
    }
    .product-slide .body-content .clear {
        margin-right: -6px;
        white-space: nowrap;
        overflow-y: scroll;
    }
    .product-slide .body-content .clear .col-item{
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 124px;
    }
    .product-slide .page-point.container{
        padding-top: 24px;
        height: auto;
    }
    .product-slide .body-content .clear .col-item .col-content {
        font-size: 12px;
        margin-right: 12px;
        padding: 16px 12px;
    }
    .product-slide .body-content .clear .col-item .col-content .text{
        height: auto;
    }
    .product-slide .body-content .clear .col-item .col-content .cover-img {
        margin: 0 auto 12px;
    }
    .product-list .col-3 {
        margin: -4% -4% 0 0;
    }
    .product-list .col-3 .col-3-item {
        float: left;
        width: 50%;
    }
    .product-list .col-3 .col-3-item .col-item-content {
        margin: 8% 8% 0 0;
    }
    .product-list .col-3 .col-3-item .col-item-content .text {
        font-size: 14px;
    }
    .product-detail-title {
        line-height: 60px;
    }
    .product-detail .main .col-2 {
        padding: 12px 0;
    }
    .product-detail .main .col-2 .item {
        float: none;
        width: auto;
        margin: 10px 0;
    }
    .product-detail .main table thead td {
        background-color: #f8f8f8;
        padding: 12px 16px;
    }
    .product-detail .main table tbody td {
        padding: 16px;
    }
    .case-list .col-2 {
        margin: 0;
    }
    .case-list .col-2 .item {
        float: none;
        width: auto;
    }
    .case-list .col-2 .item .col-content {
        margin-right: 0;
    }
    .case-list .col-2 .item .col-content .left .content .title-small {
        line-height: 1.5;
    }
    .case-list .col-2 .item .col-content .left .content .line {
        margin: 16px 0;
    }
    .case-list .col-2 .item .col-content .left .content .more {
        margin-top: 24px;
    }
    .case-list .col-2 .item .col-content .cover-img .iconfont {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: -18px;
    }
    .case-detail .container .detail-content {
        margin-right: 0;
    }
    .case-detail .container .right {
        width: auto;
        position: static;
        margin-top: 36px;
    }
    .case-detail .bottom {
        padding: 16px 0;
    }
    .case-detail .bottom .clear {
        text-align: left;
    }
    .case-detail .bottom .clear .fl,
    .case-detail .bottom .clear .fr {
        float: none;
        width: auto;
    }
    .case-detail .bottom .clear .fr {
        margin-top: 24px;
    }
    .case-detail .bottom .clear .middle {
        display: none;
    }
    .news-list .col-3 {
        margin-right: -4%;
        margin-top: -4%;
    }
    .news-list .col-3 .col-3-item {
        width: 50%;
    }
    .news-list .col-3 .col-3-item .col-item-content {
        margin: 8% 8% 0 0;
    }
    .news-list .col-3 .col-3-item .col-item-content .title-small {
        font-size: 14px;
        line-height: 1.4;
        height: 36px;
    }
    .news-list .col-3 .col-3-item .col-item-content .desc {
        font-size: 12px;
        height: 39px;
    }
    .news-list .col-3 .col-3-item .col-item-content .more {
        font-size: 12px;
    }
    .news-top a .middle {
        display: block;
        width: auto;
    }
    .news-top a .middle.right .content {
        padding: 24px 0;
    }
    .company-patent .col-4 {
        margin-right: -6%;
    }
    .company-patent .col-4 .col-4-item {
        float: left;
        width: 50%;
    }
    .company-patent .col-4 .col-4-item .col-item-content {
        margin-right: 12%;
        margin-top: 12%;
        border: 1px solid #e9e9e9;
    }
    .company-patent .col-4 .col-4-item .col-item-content img {
        width: 100%;
        height: auto;
    }
    .stores .item {
        display: block;
        width: auto;
    }
    .stores .item.right {
        margin-top: 24px;
    }
    .stores .item.right form {
        padding: 0;
        font-size: 14px;
    }
   
    
    .stores .item.right form .clear .select:before {
        right: 24px;
    }
    .news-list .col-3 .col-3-item .col-item-content .more .iconfont {
      width: 32px;
      height: 32px;
      line-height: 32px;
    }
    .news-list .col-3 .col-3-item .col-item-content .more .iconfont{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .product-slide .page-point.container{
        display: block;
    }
    
}